home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / control.dxr / 00011_play_off.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  290 b   |  15 lines

  1. on mouseDown
  2.   global skip, no, auto
  3.   set ret to button1("play_off", "play_on")
  4.   if ret = 1 then
  5.     puppetSound("ButtonSound")
  6.   end if
  7.   set the puppet of sprite 8 to 0
  8.   set the puppet of sprite 2 to 0
  9.   set no to no + 1
  10.   set auto to 2
  11.   if 62 < no then
  12.     set no to 62
  13.   end if
  14. end
  15.